# Build artifacts — never send to the build context.
*.exe
*.exe~
server/web-app
/tmp/
*.log

# Rebuilt inside the image.
web/node_modules/
server/dist/

# Repo noise.
.git/
.gitignore
README.md
